home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Utilities
/
CatWeaselExtras
/
PCD1
< prev
next >
Wrap
Text File
|
1997-09-16
|
589b
|
26 lines
/* multidisk file system entry
*
* This mounts a logical device on catweasel unit 1 for reading and
* writing 360K MS-DOS 9 sector Disks. Create mountlists for other
* units by changing the number behind 'UNIT = ' to 0, 1 or 2.
*/
FileSystem = L:CrossDOSFileSystem
Device = multidisk.device
Unit = 1
Flags = 18 /* makes a 360K PC Disk driver */
BlockSize = 512
Surfaces = 2
BlocksPerTrack = 9
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 39
Buffers = 5
BufMemType = 1
StackSize = 2048
Priority = 5
GlobVec = -1
DosType = 0x4D534400
Activate = 1